home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 May / MacHome CD (May 2001).iso / mac / Stuff / Software / Tools / Substitute Pro 1.8.5 / Yellow Extension Toolkit / YE main.h < prev    next >
Encoding:
Text File  |  2000-01-12  |  401 b   |  18 lines  |  [TEXT/CWIE]

  1. //•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. //    YELLOW EXTENSION TOOLKIT
  3. //    File Name:    YE main.h
  4. //    © 1998-2000 by Rocco Moliterno-Yellowsoft. All Right Reserved
  5. //•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  6.  
  7. #pragma once
  8.  
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12.  
  13. EXTERN_API_C(void) GoAction(YEBlockPtr params);
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.